Sets or returns a value indicating the sizing behavior of a Band object in a CoolBar control.
Syntax
object.Style [= enum]
The Style property syntax has these parts:
Part | Description |
object | An object expression that evaluates to a Band object. |
enum | A constant or value specifying the style, as described in Settings. |
Settings
The settings for enum are:
Constant | Value | Description |
cc3BandNormal | 0 | (Default) Band can be resized. Sizing gripper is displayed only if there are two or more bands in the CoolBar control |
cc3BandFixedSize | 1 | Band can not be resized. Sizing gripper is not displayed. |